CalendarView for WinForms
ToFullWidth(Boolean,Char[]) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework 名前空間 > CharHelper クラス > ToFullWidth メソッド : ToFullWidth(Boolean,Char[]) メソッド
When the soundex character is processed a true is returned; otherwise, a false returned.
An array of characters.
Tansforms the specified character to a full width character if possible. This method differs from the other where it takes on an array of characters. In FarEast country there are times when multiple half width characters make a one full width character.
シンタックス
'宣言
 
Public Overloads Shared Function ToFullWidth( _
   ByRef processedAll As System.Boolean, _
   ByVal ParamArray c() As System.Char _
) As System.Char
public static System.char ToFullWidth( 
   out System.bool processedAll,
   params System.char[] c
)

パラメータ

processedAll
When the soundex character is processed a true is returned; otherwise, a false returned.
c
An array of characters.

戻り値の型

Full width character of c, otherwise the original character is returned.
参照

CharHelper クラス
CharHelper メンバ
オーバーロード一覧